@charset "utf-8";
.banner {
    position: relative;
    width: 100%;
    height: 683px;
    margin: 0 0 1px;
    background: #FFF;
    overflow: hidden;
    text-align: center;
}

.banner .mc {
    position: relative;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    text-align: center;
}

.banner .mc li {
    vertical-align: top;
}

.banner .mt {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.banner .mt ul {
    width: 1003px;
    height: 18px;
    margin: 0 auto;
}

.banner .mt ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
    line-height: 999px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
}

.banner .mt ul .on {
    background: #e20100;
}

.banner .prev,
.banner .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 28px;
    height: 76px;
    margin-top: -38px;
    z-index: 9;
    display: none;
}

.banner .prev {
    left: 0.5%;
    background: url(../images/bPrevs.png) no-repeat;
}

.banner .next {
    right: 0.5%;
    background: url(../images/bNexts.png) no-repeat;
}

.m-wp {
    width: 100%;
}

.m-wp .m-mod {
    position: relative;
    width: 25%;
    padding: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    vertical-align: top;
    float: left;
}

.m-wp .m-mod .u-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.m-wp .m-mod .u-pic img {
    width: 100%;
    height: 100%;
}

.m-wp .m-mod .u-pic i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/o_ico_09.png);
    opacity: 0;
}

.m-wp .m-mod .u-pic .pt1 {
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: url(../images/pt1.png) no-repeat center;
    z-index: 1;
}

.m-wp .m-mod .u-pic .pt2 {
    position: absolute;
    left: 0;
    bottom: -30%;
    right: 0;
    width: 100%;
    height: 18px;
    background: url(../images/pt2.png) no-repeat center;
    z-index: 1;
}

.m-wp .m-news .u-pic .pt1 {
    background: url(../images/pt1s.png) no-repeat center;
}

.m-wp .m-mod .u-pic:hover i {
    -webkit-animation: pt0 .5s ease-out forwards;
    -moz-animation: pt0 .5s ease-out forwards;
    animation: pt0 .5s ease-out forwards;
}

@-webkit-keyframes pt0 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.m-wp .m-mod .u-pic:hover .pt1 {
    -webkit-animation: pt1 0.4s ease-out forwards;
    -moz-animation: pt1 0.4s ease-out forwards;
    animation: pt1 0.4s ease-out forwards;
}

.m-wp .m-mod .u-pic:hover .pt2 {
    -webkit-animation: pt2 0.5s ease-out forwards;
    -moz-animation: pt2 0.5s ease-out forwards;
    animation: pt2 0.5s ease-out forwards;
}

@-webkit-keyframes pt1 {
    0% {
        top: -28%;
    }
    100% {
        top: 28%;
    }
}

@-webkit-keyframes pt2 {
    0% {
        bottom: -28%;
    }
    100% {
        bottom: 28%;
    }
}

.m-wp .m-mod dl {
    padding: 4% 0 8%;
}

.m-wp .m-mod dt {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.m-wp .m-mod dd {
    line-height: 18px;
}

.m-wp .m-mod .hd {
    padding-top: 11px;
}

* {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 0;
}

.m-news {
    position: relative;
}

.m-news .hd {
    width: 100%;
    text-align: center;
}

.m-news .hd ul {
    width: 100%;
    height: 10px;
}

.m-news .hd ul li {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 100%;
    background: #cecacc;
    line-height: 999px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

.m-news .hd ul .on {
    background: #ff2f0c;
}

.m-news .bd li img {
    position: absolute;
    left: 0;
    top: 0;
}

.wrap img {
    vertical-align: top;
}